com.sabro.jbusiness.gui.formCadastroRastreabilidade
Class CadastroRastreabilidade.GBCHelper

java.lang.Object
  extended by java.awt.GridBagConstraints
      extended by com.sabro.jbusiness.gui.formCadastroRastreabilidade.CadastroRastreabilidade.GBCHelper
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
CadastroRastreabilidade

public class CadastroRastreabilidade.GBCHelper
extends java.awt.GridBagConstraints

Classe fachada para agilizar o uso de Layout Constraints

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.GridBagConstraints
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST
 
Constructor Summary
CadastroRastreabilidade.GBCHelper()
           
CadastroRastreabilidade.GBCHelper(java.awt.Insets insets)
           
 
Method Summary
 CadastroRastreabilidade.GBCHelper buildLayout(int x, int y, int fill)
           
 CadastroRastreabilidade.GBCHelper buildLayout(int x, int y, int fill, int anchor)
           
 CadastroRastreabilidade.GBCHelper buildLayout(int x, int y, int fill, int anchor, java.awt.Insets insets)
           
 CadastroRastreabilidade.GBCHelper setGridheight(int height)
           
 CadastroRastreabilidade.GBCHelper setGridwidth(int width)
           
 CadastroRastreabilidade.GBCHelper setWeightx(double x)
           
 CadastroRastreabilidade.GBCHelper setWeighty(double y)
           
 
Methods inherited from class java.awt.GridBagConstraints
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CadastroRastreabilidade.GBCHelper

public CadastroRastreabilidade.GBCHelper()

CadastroRastreabilidade.GBCHelper

public CadastroRastreabilidade.GBCHelper(java.awt.Insets insets)
Method Detail

buildLayout

public CadastroRastreabilidade.GBCHelper buildLayout(int x,
                                                     int y,
                                                     int fill,
                                                     int anchor,
                                                     java.awt.Insets insets)

buildLayout

public CadastroRastreabilidade.GBCHelper buildLayout(int x,
                                                     int y,
                                                     int fill,
                                                     int anchor)

buildLayout

public CadastroRastreabilidade.GBCHelper buildLayout(int x,
                                                     int y,
                                                     int fill)

setGridheight

public CadastroRastreabilidade.GBCHelper setGridheight(int height)

setGridwidth

public CadastroRastreabilidade.GBCHelper setGridwidth(int width)

setWeightx

public CadastroRastreabilidade.GBCHelper setWeightx(double x)

setWeighty

public CadastroRastreabilidade.GBCHelper setWeighty(double y)